You are here:
com.dtsearch.engine Package
>
Interfaces
>
DataSourceStream Interface
>
DataSourceStream.read Method
Close
dtSearch Engine API for Java
Contents
Index
Home
Previous
Up
Next
DataSourceStream.read Method
DataSourceStream Interface
com.dtsearch.engine Package
Syntax
Java
int
read
(
byte
[]
data
,
int
nBytes
);
Description
Read bytes from the document, and advance the read position. Returns the number of bytes read.